home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / ddj1190.arc / CAPTIONS.TXT < prev    next >
Text File  |  1990-10-27  |  4KB  |  93 lines

  1. M_FLOYD.ASC
  2. Title: ROLL YOUR OWN OBJECT-ORIENTED LANGUAGE
  3. Keywords: NOV90  OOP  PROLOG  
  4. Source code for ``Object Prolog'' including inheritance mechanism
  5. and message passing facility. Other listings include the parser
  6. and scanner for the "Object Definition Language" (ODL) and
  7. example source to demonstrate the use of Object Prolog, and how
  8. to define your own object-oriented language. Object Prolog treats 
  9. everything as an object; no formal classes. Built using PDC Prolog 
  10. but, with slight mods, can be run under most Prologs. 
  11.  
  12.  
  13.  
  14. E_FLOYD.ASC
  15. Title: AN EXISTENTIAL DICTIONARY
  16. Keywords: NOV90  B-TREE   DATABASE  TURBO PASCAL   OOP
  17. Source code for Edwin Floyd's DICT.PAS dictionary object and 
  18. methods to create and use a superimposed code dictionary. Also 
  19. see E_FLOYD.ALL, an ARC file which contains author's 
  20. batch-oriented spelling checker and documentation.
  21.  
  22. TOOKE.ASC
  23. Title: OBJECT-ORIENTED DEBUGGING
  24. Keywords: NOV90   C++   DEBUGGING  OOP
  25. Source accompanying Simon Tooke's article that presents 
  26. strategies and techniques for debugging object-oriented programs 
  27. in general and C++ programs in particular. 
  28.  
  29. CRAMER.ASC
  30. Title: CTRACE: A MESSAGE LOGGING CLASS
  31. Keywords: NOV90  MACINTOSH   C   DEBUGGING   OOP
  32. A general-purpose message logging window for Macintosh 
  33. programmers that provides basic printf() capabilities. Built 
  34. using Think C 3.0.
  35.  
  36. WILLIAMS.ASC
  37. Title: ROLL YOUR OWN DOS EXTENDER: PART II
  38. Keywords: OCT90  NOV90  DOS  DOS EXTENDER  80386  PROTECTED MODE
  39. Complete source code for PROT, Al Williams' DOS extender, which 
  40. is published in two-parts in October 1990 (Listing One through 
  41. Three) and November 1990 (Listing Four through Seven) issue of 
  42. DDJ. See also FRBOWSE.PM for example PROT application. 
  43.  
  44. AYERS.ASC
  45. Title: THE MVC PARADIGM IN SMALLTALK/V
  46. Keywords: NOV90  SMALLTALK OOP 
  47. Source code accompanying Ken Ayers's article which discusses the 
  48. Object-Pane-Dispatcher as implemented in Smalltalk/V. Contains 
  49. the complete window system used as an example, including code not 
  50. published in the magazine.
  51.  
  52. FRANZ.ASC
  53. Title: PROGRAMMER TOOLS FOR ACTOR 3.0
  54. Keywords: NOV90  ACTOR  EXAMINING ROOM  WINDOWS
  55. Actor source code accompanying Marty Franz's ``Examining Room'' 
  56. article on the Whitewater Group's WinTrieve and Whitewater 
  57. Resource Toolkit where Marty builds an electronic rolodex. Also 
  58. see the file ROLO.ARC
  59.  
  60. ROLO.ARC
  61. Title: PROGRAMMER TOOLS FOR ACTOR 3.0
  62. Keywords: NOV90 ACTOR  EXAMINING ROOM  WINDOWS
  63. ARC file containing ROLO.LOD, ROLO.RC, ROLO.~CO, and ROLO.ICO 
  64. accompanying Marty Franz's ``Examining Room'' article on the 
  65. Whitewater Group's WinTrieve and Whitewater Resource Toolkit 
  66. where Marty builds an electronic rolodex. Also see file called 
  67. FRANZ.ASC.
  68.  
  69. KNOWLES.ASC
  70. Title: WINDOWS 3.0 APPLICATION DEVELOPMENT
  71. Keywords:  NOV90  WINDOWS  C  TOOLBOOK   DB_VISTA   DATABASE  DLL
  72. Complete source code (C, OpenScript, db_Vista) accompanying Walt 
  73. Knowles ``Programmer's Workbench'' column. Good source of 
  74. information on building Windows 3.0 applications. Contains code 
  75. not included in the published issue.
  76.  
  77. STEVENS.ASC
  78. Title: C PROGRAMMING COLUMN
  79. Keywords: NOV90   C   DES   ENCRYPTION
  80. Source for Al Steven's C Programming Column. This month returns 
  81. to the topic of data encryption and the DES by refining the 
  82. concepts presented in his September 1990 column.
  83.  
  84.  
  85. DUNTEMAN.ASC
  86. Title: STRUCTURED PROGRAMMING COLUMN
  87. Keywords: NOV90   TURBO PASCAL  TIME/DATE   ZELLER
  88. Jeff Duntemann returns to Zeller's Congruence and for a revised 
  89. time-and-date stamp object. Implemented with Turbo Pascal.
  90.  
  91.  
  92.  
  93.